Skip to main content

Set Alert

Request to be POSTed to uri : /NorenWClientTP/SetAlert

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id
tsym*Trading symbol
exch*Exchange Segment
token*Token
ai_t*Alert Type
d*Data to be compared with LTP
remarksAny message Entered during order entry.
sms_flagtrue or falseSMS flag
email_flagtrue or falseEmail flag
push_flagtrue or falsePush flag

Response Details :

Response data will have below fields.

Json FieldsPossible valueDescription
statalert success or failure indication.
request_timeThis will be present only in a successful response.
al_idAlert Id
emsgThis will be present only in case of errors.That is : 1) Invalid Input 2) Session Expired

Sample Success Response :

{
"request_time":"11:22:26 08-04-2021",
"stat":"Oi created",
“al_id”:”21040800000004”
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}